[@main]
#SAY
Ok <$USERNAME>.\
Welcome to the Legend of Mir II Dice NPC.\
Here you can win rare items and choose how many dice you play.\
The more dice you play the better the items that can be won.\ \

<Pick your own numbers/@pickn>   <Match to winning numbers/@match>\


[@pick]
#SAY
Ok <$USERNAME>.\
Welcome to the Legend of Mir II Dice NPC.\
Here you can win rare items and choose how many dice you play.\
The more dice you play the better the items that can be won.\ \

<Play 1 Dice/@1>   -   <Play 2 Dice/@2>   -   <Play 3 Dice/@3>\

<Show the cost/@cost>


[@match]
#SAY
Ok <$USERNAME>.\
Welcome to the Legend of Mir II Dice NPC.\
Here you can win rare items and choose how many dice you play.\
The more dice you play the better the items that can be won.\ \

<Play 2 Dice/@2w>   -   <Play 3 Dice/@3w>   -   <Play 4 Dice/@4w>\

[@1]
#SAY
Ok <$USERNAME>.\
To play One dice will cost you 50,000 gold.\
As this game doesnt cost alot of money and theres a very good\
chance of winning.\
The reward isnt going to be so great.\
If you can manage to roll the number you choose i will give you\
a benedictionoil.\ \

<Play one dice/@roll1>

[@roll1]
#ACT
DELNAMELIST Dice/1roll1.txt
DELNAMELIST Dice/1roll2.txt
DELNAMELIST Dice/1roll3.txt
DELNAMELIST Dice/1roll4.txt
DELNAMELIST Dice/1roll5.txt
DELNAMELIST Dice/1roll6.txt
#SAY
Ok <$USERNAME>.\
Please select your winning number.\
This should be the number you would like to win.\
If your choosen number comes out then you will be rewarded with\
a prize.\ \

<1/@1roll1>   -   <2/@1roll2>   -   <3/@1roll3>   -   <4/@1roll4>   -   <5/@1roll5>   -   <6/@1roll6>

[@1roll1]
#ACT
ADDNAMELIST Dice/1roll1.txt
GOTO @roll1dice

[@1roll2]
#ACT
ADDNAMELIST Dice/1roll2.txt
GOTO @roll1dice

[@1roll3]
#ACT
ADDNAMELIST Dice/1roll3.txt
GOTO @roll1dice

[@1roll4]
#ACT
ADDNAMELIST Dice/1roll4.txt
GOTO @roll1dice

[@1roll5]
#ACT
ADDNAMELIST Dice/1roll5.txt
GOTO @roll1dice

[@1roll6]
#ACT
ADDNAMELIST Dice/1roll6.txt
GOTO @roll1dice

[@roll1dice]
#IF
checkgold 50000
#ACT
take gold 50000
MovR D0 6
Inc  D0 1
PlayDice 1 @NextBit1

#SAY
Please wait while the dice roll..\
Good Luck...\ \
<Thanks/@NextBit1>

#ELSEACT
GOTO @nogold

[@nextbit1]
#IF
equal d0 1
#ACT
goto @check1roll1
break
#ELSEACT
GOTO @D1

[@D1]
#IF
equal d0 2
#ACT
goto @check1roll2
break
#ELSEACT
GOTO @D12

[@D12]
#IF
equal d0 3
#ACT
goto @check1roll3
break
#ELSEACT
GOTO @D13

[@D13]
#IF
equal d0 4
#ACT
goto @check1roll4
break
#ELSEACT
GOTO @D14

[@D14]
#IF
equal d0 5
#ACT
goto @check1roll5
break
#ELSEACT
GOTO @D15

[@D15]
#IF
equal d0 6
#ACT
goto @check1roll6
break

[@check1roll1]
#IF
CHECKNAMELIST Dice/1roll1.txt
#ACT
GOTO @1rollwinner
BREAK

#ELSEACT
GOTO @1rollooser

[@check1roll2]
#IF
CHECKNAMELIST Dice/1roll2.txt
#ACT
GOTO @1rollwinner
BREAK

#ELSEACT
GOTO @1rollooser

[@check1roll3]
#IF
CHECKNAMELIST Dice/1roll3.txt
#ACT
GOTO @1rollwinner
BREAK

#ELSEACT
GOTO @1rollooser

[@check1roll4]
#IF
CHECKNAMELIST Dice/1roll4.txt
#ACT
GOTO @1rollwinner
BREAK

#ELSEACT
GOTO @1rollooser

[@check1roll5]
#IF
CHECKNAMELIST Dice/1roll5.txt
#ACT
GOTO @1rollwinner
BREAK

#ELSEACT
GOTO @1rollooser

[@check1roll6]
#IF
CHECKNAMELIST Dice/1roll6.txt
#ACT
GOTO @1rollwinner
BREAK

#ELSEACT
GOTO @1rollooser

[@1rollwinner]
#ACT
GMEXECUTE MAKE benedictionoil 1
#SAY
Congratualtions <$USERNAME>.\
You have sucessfully rolled the dice you choose.\
Please accept this reward for your hard work.\ \

<Exit/@exit>

[@1rollooser]
#SAY
Bad luck, you rolled a <$STR(D0)>\ \ 
<Better luck next time!>\
<Roll Again/@main>

;=======================================2 Dice ==================================================
[@2]
#SAY
Ok <$USERNAME>.\
To play Two dice will cost you 35,000 gold.\
The reward is better than that you can win off one Dice.\
If you can manage to roll the numbers you choose i will give you\
a choice of diffrent rewards.\
See the Reward lists on the main page for more info \ \

<Play Two dice/@roll2>

[@roll2]
#ACT
DELNAMELIST Dice/2roll1.txt
DELNAMELIST Dice/2roll2.txt
DELNAMELIST Dice/2roll3.txt
DELNAMELIST Dice/2roll4.txt
DELNAMELIST Dice/2roll5.txt
DELNAMELIST Dice/2roll6.txt
DELNAMELIST Dice/2roll11.txt
DELNAMELIST Dice/2roll12.txt
DELNAMELIST Dice/2roll13.txt
DELNAMELIST Dice/2roll14.txt
DELNAMELIST Dice/2roll15.txt
DELNAMELIST Dice/2roll16.txt
#SAY
Ok <$USERNAME>.\
Please select your <first>/2 winning number.\
This should be the number you would like to win.\
If your choosen numbers comes out then you will be rewarded with\
a prize.\ \

<1/@2roll1>   -   <2/@2roll2>   -   <3/@2roll3>   -   <4/@2roll4>   -   <5/@2roll5>   -   <6/@2roll6>

[@2roll1]
#ACT
ADDNAMELIST Dice/2roll1.txt
GOTO @chose2number

[@2roll2]
#ACT
ADDNAMELIST Dice/2roll2.txt
GOTO @chose2number

[@2roll3]
#ACT
ADDNAMELIST Dice/2roll3.txt
GOTO @chose2number

[@2roll4]
#ACT
ADDNAMELIST Dice/2roll4.txt
GOTO @chose2number

[@2roll5]
#ACT
ADDNAMELIST Dice/2roll5.txt
GOTO @chose2number

[@2roll6]
#ACT
ADDNAMELIST Dice/2roll6.txt
GOTO @chose2number

[@chose2number]
#SAY
Ok <$USERNAME>.\
Please select your <Second>/2 winning number.\
This should be the number you would like to win.\
If your choosen numbers comes out then you will be rewarded with\
a prize.\ \

<1/@2roll1x2>   -   <2/@2roll2x2>   -   <3/@2roll3x2>   -   <4/@2roll4x2>   -   <5/@2roll5x2>   -   <6/@2roll6x2>

[@2roll1x2]
#ACT
ADDNAMELIST Dice/2roll11.txt
GOTO @roll2dice

[@2roll2x2]
#ACT
ADDNAMELIST Dice/2roll12.txt
GOTO @roll2dice

[@2roll3x2]
#ACT
ADDNAMELIST Dice/2roll13.txt
GOTO @roll2dice

[@2roll4x2]
#ACT
ADDNAMELIST Dice/2roll14.txt
GOTO @roll2dice

[@2roll5x2]
#ACT
ADDNAMELIST Dice/2roll15.txt
GOTO @roll2dice

[@2roll6x2]
#ACT
ADDNAMELIST Dice/2roll16.txt
GOTO @roll2dice

[@roll2dice]
#IF
checkgold 35000
#ACT
take gold 35000
MovR D0 6
Inc D0 1
MovR D1 6
Inc D1 1
PlayDice 2 @NextBit2

#SAY
Please wait while the dice roll..\
Good Luck...\ \

<Thanks/@NextBit2>

#ELSEACT
GOTO @nogold

[@nextbit2]
#IF
equal d0 1
CHECKNAMELIST Dice/2roll1.txt
#ACT
goto @check2ndnumber
break
#ELSEACT
GOTO @D2

[@D2]
#IF
equal d0 2
CHECKNAMELIST Dice/2roll2.txt
#ACT
goto @check2ndnumber
break
#ELSEACT
GOTO @D21

[@D21]
#IF
equal d0 3
CHECKNAMELIST Dice/2roll3.txt
#ACT
goto @check2ndnumber
break
#ELSEACT
GOTO @D22

[@D22]
#IF
equal d0 4
CHECKNAMELIST Dice/2roll4.txt
#ACT
goto @check2ndnumber
break
#ELSEACT
GOTO @D23

[@D23]
#IF
equal d0 5
CHECKNAMELIST Dice/2roll5.txt
#ACT
goto @check2ndnumber
break
#ELSEACT
GOTO @D24

[@D24]
#IF
equal d0 6
CHECKNAMELIST Dice/2roll6.txt
#ACT
goto @check2ndnumber
break

#ELSEACT
GOTO @nowin2

[@check2ndnumber]
#IF
equal d1 1
CHECKNAMELIST Dice/2roll11.txt
#ACT
goto @winner2
break
#ELSEACT
GOTO @D25

[@D25]
#IF
equal d1 2
CHECKNAMELIST Dice/2roll12.txt
#ACT
goto @winner2
break
#ELSEACT
GOTO @D26

[@D26]
#IF
equal d1 3
CHECKNAMELIST Dice/2roll13.txt
#ACT
goto @winner2
break
#ELSEACT
GOTO @D27

[@D27]
#IF
equal d1 4
CHECKNAMELIST Dice/2roll14.txt
#ACT
goto @winner2
break
#ELSEACT
GOTO @D28

[@D28]
#IF
equal d1 5
CHECKNAMELIST Dice/2roll15.txt
#ACT
goto @winner2
break
#ELSEACT
GOTO @D29

[@D29]
#IF
equal d1 6
CHECKNAMELIST Dice/2roll16.txt
#ACT
goto @winner2
break

#ELSEACT
GOTO @nowin2

[@nowin2]
#SAY
Bad luck, you rolled a <$STR(D0)> - <$STR(D1)> \ \ 

<Better luck next time!>\
<Roll Again/@main>

[@winner2]
#IF
CHECKJOB TAOIST
GENDER MAN
#ACT
GIVE RedArmour(M) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

#ELSEACT
GOTO @red2

[@red2]
#IF
CHECKJOB TAOIST
#ACT
GIVE RedArmour(F) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

#ELSEACT
goto @bluecheck

[@bluecheck]
#IF
CHECKJOB WARRIOR
GENDER MAN
#ACT
GIVE BlueArmour(M) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

#ELSEACT
GOTO @blue2

[@blue2]
#IF
CHECKJOB WARRIOR
#ACT
GIVE BlueArmour(F) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

#ELSEACT
goto @greencheck

[@greencheck]
#IF
CHECKJOB WIZARD
GENDER MAN
#ACT
GIVE GreenArmour(M) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

#ELSEACT
GOTO @green2

[@green2]
#IF
CHECKJOB WIZARD
#ACT
GIVE GreenArmour(F) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

#ELSEACT
goto @goldencheck

[@goldencheck]
#IF
CHECKJOB ASSASSIN
GENDER MAN
#ACT
GIVE GoldenArm(M) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

#ELSEACT
GOTO @golden2

[@golden2]
#IF
CHECKJOB ASSASSIN
#ACT
GIVE GoldenArm(F) 1
SENDMSG "Wow you won my dice game!" 3
BREAK
CLOSE

;==================== 3 dice===================================
[@3]
#SAY
Ok <$USERNAME>.\
To play Three will cost you 20,000 gold.\
The reward is better than that you can win off Two Dice.\
If you can manage to roll the numbers you choose i will give you\
a choice of diffrent rewards.\
See the Reward lists on the main page for more info \ \

<Play Three dice/@roll3>

[@roll3]
#ACT
DELNAMELIST Dice/3roll1.txt
DELNAMELIST Dice/3roll2.txt
DELNAMELIST Dice/3roll3.txt
DELNAMELIST Dice/3roll4.txt
DELNAMELIST Dice/3roll5.txt
DELNAMELIST Dice/3roll6.txt
DELNAMELIST Dice/3roll11.txt
DELNAMELIST Dice/3roll12.txt
DELNAMELIST Dice/3roll13.txt
DELNAMELIST Dice/3roll14.txt
DELNAMELIST Dice/3roll15.txt
DELNAMELIST Dice/3roll16.txt
DELNAMELIST Dice/3roll21.txt
DELNAMELIST Dice/3roll22.txt
DELNAMELIST Dice/3roll23.txt
DELNAMELIST Dice/3roll24.txt
DELNAMELIST Dice/3roll25.txt
DELNAMELIST Dice/3roll26.txt
#SAY
Ok <$USERNAME>.\
Please select your <first>/3 winning number.\
This should be the number you would like to win.\
If your choosen numbers comes out then you will be rewarded with\
a prize.\ \

<1/@3roll1>   -   <2/@3roll2>   -   <3/@3roll3>   -   <4/@3roll4>   -   <5/@3roll5>   -   <6/@3roll6>

[@3roll1]
#ACT
ADDNAMELIST Dice/3roll1.txt
GOTO @chose2number3

[@3roll2]
#ACT
ADDNAMELIST Dice/3roll2.txt
GOTO @chose2number3

[@3roll3]
#ACT
ADDNAMELIST Dice/3roll3.txt
GOTO @chose2number3

[@3roll4]
#ACT
ADDNAMELIST Dice/3roll4.txt
GOTO @chose2number3

[@3roll5]
#ACT
ADDNAMELIST Dice/3roll5.txt
GOTO @chose2number3

[@3roll6]
#ACT
ADDNAMELIST Dice/3roll6.txt
GOTO @chose2numbe3

[@chose2number3]
#SAY
Ok <$USERNAME>.\
Please select your <Second>/3 winning number.\
This should be the number you would like to win.\
If your choosen numbers comes out then you will be rewarded with\
a prize.\ \

<1/@3roll1x2>   -   <2/@3roll2x2>   -   <3/@3roll3x2>   -   <4/@3roll4x2>   -   <5/@3roll5x2>   -   <6/@3roll6x2>

[@3roll1x2]
#ACT
ADDNAMELIST Dice/3roll11.txt
GOTO @chose3number3

[@3roll2x2]
#ACT
ADDNAMELIST Dice/3roll12.txt
GOTO @chose3number3

[@3roll3x2]
#ACT
ADDNAMELIST Dice/3roll13.txt
GOTO @chose3number3

[@3roll4x2]
#ACT
ADDNAMELIST Dice/3roll14.txt
GOTO @chose3number3

[@3roll5x2]
#ACT
ADDNAMELIST Dice/3roll15.txt
GOTO @chose3number3

[@3roll6x2]
#ACT
ADDNAMELIST Dice/3roll16.txt
GOTO @chose3number3

[@chose3number3]
#SAY
Ok <$USERNAME>.\
Please select your <Third>/3 winning number.\
This should be the number you would like to win.\
If your choosen numbers comes out then you will be rewarded with\
a prize.\ \

<1/@3roll1x3>   -   <2/@3roll2x3>   -   <3/@3roll3x3>   -   <4/@3roll4x3>   -   <5/@3roll5x3>   -   <6/@3roll6x3>

[@3roll1x3]
#ACT
ADDNAMELIST Dice/3roll21.txt
GOTO @roll3dice

[@3roll2x3]
#ACT
ADDNAMELIST Dice/3roll22.txt
GOTO @roll3dice

[@3roll3x3]
#ACT
ADDNAMELIST Dice/3roll23.txt
GOTO @roll3dice

[@3roll4x3]
#ACT
ADDNAMELIST Dice/3roll24.txt
GOTO @roll3dice

[@3roll5x3]
#ACT
ADDNAMELIST Dice/3roll25.txt
GOTO @roll3dice

[@3roll6x3]
#ACT
ADDNAMELIST Dice/3roll26.txt
GOTO @roll3dice


[@roll3dice]
#IF
checkgold 20000
#ACT
take gold 20000
MovR D0 6
Inc D0 1
MovR D1 6
Inc D1 1
MovR D2 6
Inc D2 1

PlayDice 3 @NextBit3

#SAY
Please wait while the dice roll..\
Good Luck...\ \

<Thanks/@NextBit3>

#ELSEACT
GOTO @nogold

[@nextbit3]
#IF
equal d0 1
CHECKNAMELIST Dice/3roll1.txt
#ACT
goto @check2ndnumber3
break
#ELSEACT
GOTO @3D1

[@3D1]
#IF
equal d0 2
CHECKNAMELIST Dice/3roll2.txt
#ACT
goto @check2ndnumber3
break
#ELSEACT
GOTO @3D2

[@3D2]
#IF
equal d0 3
CHECKNAMELIST Dice/3roll3.txt
#ACT
goto @check2ndnumber3
break
#ELSEACT
GOTO @3D3

[@3D3]
#IF
equal d0 4
CHECKNAMELIST Dice/3roll4.txt
#ACT
goto @check2ndnumber3
break
#ELSEACT
GOTO @3D3

[@3D3]
#IF
equal d0 5
CHECKNAMELIST Dice/3roll5.txt
#ACT
goto @check2ndnumber3
break
#ELSEACT
GOTO @3D4

[@3D4]
#IF
equal d0 6
CHECKNAMELIST Dice/3roll6.txt
#ACT
goto @check2ndnumber3
break

#ELSEACT
GOTO @nowin3

[@check2ndnumber3]
#IF
equal d1 1
CHECKNAMELIST Dice/3roll11.txt
#ACT
goto @check3rdnumber3
break
#ELSEACT
GOTO @3D5

[@3D5]
#IF
equal d1 2
CHECKNAMELIST Dice/3roll12.txt
#ACT
goto @check3rdnumber3
break
#ELSEACT
GOTO @3D6

[@3D6]
#IF
equal d1 3
CHECKNAMELIST Dice/3roll13.txt
#ACT
goto @check3rdnumber3
break
#ELSEACT
GOTO @3D7

[@3D7]
#IF
equal d1 4
CHECKNAMELIST Dice/3roll14.txt
#ACT
goto @check3rdnumber3
break
#ELSEACT
GOTO @3D8

[@3D8]
#IF
equal d1 5
CHECKNAMELIST Dice/3roll15.txt
#ACT
goto @check3rdnumber3
break
#ELSEACT
GOTO @3D9

[@3D9]
#IF
equal d1 6
CHECKNAMELIST Dice/3roll16.txt
#ACT
goto @check3rdnumber3
break

#ELSEACT
GOTO @nowin3

[@check3rdnumber3]
#IF
equal d2 1
CHECKNAMELIST Dice/3roll21.txt
#ACT
goto @winner3
break
#ELSEACT
GOTO @3D11

[@3D11]
#IF
equal d2 2
CHECKNAMELIST Dice/3roll22.txt
#ACT
goto @winner3
break
#ELSEACT
GOTO @3D12

[@3D12]
#IF
equal d2 3
CHECKNAMELIST Dice/3roll23.txt
#ACT
goto @winner3
break
#ELSEACT
GOTO @3D13

[@3D13]
#IF
equal d2 4
CHECKNAMELIST Dice/3roll24.txt
#ACT
goto @winner3
break
#ELSEACT
GOTO @3D14

[@3D14]
#IF
equal d2 5
CHECKNAMELIST Dice/3roll25.txt
#ACT
goto @winner3
break
#ELSEACT
GOTO @3D15

[@3D15]
#IF
equal d2 6
CHECKNAMELIST Dice/3roll26.txt
#ACT
goto @winner3
break

#ELSEACT
GOTO @nowin3

[@nowin3]
#SAY
Bad luck, you rolled a <$STR(D0)> - <$STR(D1)> - <$STR(D2)>  \ \ 
\ \

<Better luck next time!>\
<Roll Again/@roll3>

[@winner3]
#SAY
Congratulations <$USERNAME>.\
You have just rolled 3 correct dice.\

;====================Cose per roll=============================

[@cost]
#SAY
Ok <$USERNAME>.\
I will tell you the cost of each roll.\
The more dice you choose the less gold it costs.\ \

1 Dice = 50,000 \
2 Dice = 35,000 \
3 Dice = 20,000 \

<Back/@main>


;====================Match Winning 2 dice==============================
[@2w]
#SAY
Welcome <$USERNAME>.\
Each roll of the dice costs 25p (25 Gamecash).\
All you need to do is roll any 5 dice with matching numbers and you\
will win a prize. <Winning combinations/@winning>\
The prize you claim is up to you.\ \

What <Prize/@prize> can i claim?.\
<Start rolling2w/@roll> the dice (25 GameCash)

[@roll2w]
#IF
CHECKGOLD 15000
#ACT
TAKE GOLD 15000
MovR D0 6
Inc D0 1
MovR D1 6
Inc D1 1
PlayDice 2 @nextbit4

#SAY
Please wait while the dice roll..\
Good Luck...\ \

<Thanks/@nextbit4>

#ELSEACT
GOTO @nogold

[@nextbit4]
#IF
equal d0 6
equal d1 6
#ACT
goto @right2
break

#ELSEACT
GOTO @d1m2

[@D1m2]
#IF
equal d0 5
equal d1 5
#ACT
goto @right2
break

#ELSEACT
GOTO @d2m2

[@D2m2]
#IF
equal d0 4
equal d1 4
#ACT
goto @right2
break

#ELSEACT
GOTO @d3m2

[@D3m2]
#IF
equal d0 3
equal d1 3
#ACT
goto @right2
break

#ELSEACT
GOTO @d4m2

[@D4m2]
#IF
equal d0 2
equal d1 2
#ACT
goto @right2
break

#ELSEACT
GOTO @d5m2

[@D5m2]
#IF
equal d0 1
equal d1 1
#ACT
goto @right2

#ELSEACT
goto @loser2

[@right2]
#SAY
I won!

[@loser2]
#SAY
Bad luck, you roled a <$STR(D0)> - <$STR(D1)> \
The winners are : 2 of a kind.\ 

<Roll Again/@match>

;====================Match Winning 3 Dice==============================
[@3w]
#SAY
Welcome <$USERNAME>.\
Each roll of the dice costs 25p (25 Gamecash).\
All you need to do is roll any 5 dice with matching numbers and you\
will win a prize. <Winning combinations/@winning>\
The prize you claim is up to you.\ \

What <Prize/@prize> can i claim?.\
<Start rolling/@roll3w> the dice>

[@roll3w]
#IF
CHECKGOLD 15000
#ACT
TAKE GOLD 15000
MovR D0 6
Inc D0 1
MovR D1 6
Inc D1 1
MovR D2 6
Inc D2 1
PlayDice 3 @nextbit5

#SAY
Please wait while the dice roll..\
Good Luck...\ \

<Thanks/@nextbit5>

#ELSEACT
GOTO @nogold

[@nextbit5]
#IF
equal d0 6
equal d1 6
equal d2 6
#ACT
goto @right3
break

#ELSEACT
GOTO @d1m3

[@D1m3]
#IF
equal d0 5
equal d1 5
equal d2 5
#ACT
goto @right3
break

#ELSEACT
GOTO @d2m3

[@D2m3]
#IF
equal d0 4
equal d1 4
equal d2 4
#ACT
goto @right3
break

#ELSEACT
GOTO @d3m3

[@D3m3]
#IF
equal d0 3
equal d1 3
equal d2 3
#ACT
goto @right3
break

#ELSEACT
GOTO @d4m3

[@D4m3]
#IF
equal d0 2
equal d1 2
equal d2 2
#ACT
goto @right3
break

#ELSEACT
GOTO @d5m3

[@D5m3]
#IF
equal d0 1
equal d1 1
equal d2 1
#ACT
goto @right3

#ELSEACT
goto @loser3

[@right3]
#SAY
I won!

[@loser3]
#SAY
Bad luck, you roled a <$STR(D0)> - <$STR(D1)> - <$STR(D2)>\
The winners are : 3 of a kind.\ 

<Roll Again/@1w>